home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Postcard CD: Niagara Parks
/
Postcard CD: Niagara Parks (2004).iso
/
pc
/
ss.dxr
/
Internal_18.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-12-19
|
200 b
|
16 lines
global pastCue, PauseSS
on mouseEnter me
set the memberNum of sprite 10 to 5
end
on mouseLeave me
set the memberNum of sprite 10 to 1
end
on mouseUp me
PauseSS = -1
pastCue = 1
go(2)
end